All Questions
3 questions
1vote
0answers
76views
Issues with catalog shell script
I'm running in to a few hitches in a shell script I'm making for my job. Everything seems to be working correctly until it gets to the point where it kills the instance of chrome that is displaying a ...
0votes
1answer
277views
Script too slow ? Any particular reason?
I have a script which does hexdump along with pipeline commands and finally I am redirecting it to a file. Now I am logging data from the serial port of my Raspberry Pi. I also call a python script(...
2votes
1answer
195views
Datalogger with PI
I am building a datalogger with raspberry pi. I have used a Shell script in rc.local, I am capturing the Bytes using tcpdump. The Problem am facing is that the log file is getting replaced each and ...